home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c-part1 / 327 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.6 KB

  1. Path: news.rz.ruhr-uni-bochum.de!jan
  2. From: jan@neuroinformatik.ruhr-uni-bochum.de (Jan Vorbrueggen)
  3. Newsgroups: comp.arch,comp.lang.c
  4. Subject: Re: Did Microsoft decree a byte order?
  5. Date: 04 Jan 1996 13:49:02 GMT
  6. Organization: Institut fuer Neuroinformatik, Ruhr-Universitaet Bochum, Germany
  7. Message-ID: <JAN.96Jan4144902@cora.neuroinformatik.ruhr-uni-bochum.de>
  8. References: <4b56do$c3u@sundog.tiac.net> <4b9pih$378@newshost.quickturn.com>
  9.     <4c80dp$9du@hobbes.sco.COM> <DKIp84.9Az@calcite.rhyolite.com>
  10.     <jgkDKMn2x.2KA@netcom.com>
  11. NNTP-Posting-Host: cora.neuroinformatik.ruhr-uni-bochum.de
  12. In-reply-to: Joe Keane's message of Wed, 3 Jan 1996 22:42:33 GMT
  13.  
  14. In article <jgkDKMn2x.2KA@netcom.com> Joe Keane <jgk@netcom.com> writes:
  15.  
  16.    What if GIF files didn't work between machines?  Or what about tar files?
  17.    What if you compress a file and can't uncompress it on a different machine?
  18.    People would say that someone is an incompetent bozo, and they'd be right.
  19.  
  20. Irrelevant. These formats are expressly designed for interchange, and they
  21. carry a hefty performance penalty because of it. The X protocol is another
  22. example. For almost all other cases, the equivalent of a core dump is just
  23. fine. 
  24.  
  25.    Performance is a fine excuse but, take it from me, it's just an excuse.
  26.  
  27. Nonsense. Ever tried reading a 50 MByte array iteratively with a working set
  28. of 2 MB (old example, scale up to the numbers to your liking)? When you're
  29. spending a third of your CPU just shuffling the data around, you sure don't
  30. want to spend another factor of three (8-)) just to satisfy that request for
  31. portability. 
  32.  
  33.     Jan
  34.